Gets or sets the method that handles the action completed event.
public:
property AsyncActionWithProgressCompletedHandler<TProgress>^ Completed {
AsyncActionWithProgressCompletedHandler<TProgress>^ get ();
void set (AsyncActionWithProgressCompletedHandler<TProgress>^ value);
}
Type: AsyncActionWithProgressCompletedHandler<TProgress>
The method that handles the event.
Namespace: Windows.Foundation
Metadata: windows.winmd
IAsyncActionWithProgress Generic Interface